From: John Paul Wallington Date: Sat, 14 Aug 2004 13:51:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21404 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=420d3446dc3cc70ffb48e49d1bf13fdbcb0d7040;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8da17e4d0f6..c10c342abe5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -29,6 +29,9 @@ 2004-08-14 John Paul Wallington + * cus-start.el (read-file-name-completion-ignore-case): Add. + (blink-cursor-alist): Change version to "21.4". + * emacs-lisp/bytecomp.el (forward-word): Allow 0 args. 2004-08-11 Daniel Pfeiffer diff --git a/src/ChangeLog b/src/ChangeLog index 8968f16f2b8..73660c844af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-08-14 John Paul Wallington + + * buffer.c (Frestore_buffer_modified_p): Doc fix. + + * fileio.c (Fread_file_name): Doc fix. + + * minibuf.c (syms_of_minibuf) : Doc fix. + 2004-08-09 Luc Teirlinck * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.